Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / GcWicBitmap Constructor / GcWicBitmap Constructor(Image,Nullable<Rectangle>)
GrapeCity.Documents.Drawing.Image used as the source of image data.
Clipping rectangle of the image to be loaded.

In This Topic
    GcWicBitmap Constructor(Image,Nullable<Rectangle>)
    In This Topic
    Initializes a new instance of the GcWicBitmap class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal image As Image, _
       Optional ByVal imageRect As System.Nullable(Of Rectangle) _
    )
    public GcWicBitmap( 
       Image image,
       System.Nullable<Rectangle> imageRect
    )

    Parameters

    image
    GrapeCity.Documents.Drawing.Image used as the source of image data.
    imageRect
    Clipping rectangle of the image to be loaded.
    See Also